
/*
=====================================================
--------------- 4. VerticalTab Tabs -----------------
=====================================================
*/


/*
--------------- Demo 1 ------------------
*/
/* #parentHorizontalTab{
    background-color: #fff;
        box-shadow: 0px 0px 9px 1px #e7e7e7;
} */
.VerticalTab{
    /* border: 1px solid #e6e6e6; */
    height: 100%;
    float: left;
    background-color: #fff;
    /*! box-shadow: 0px 4px 9px 1px #e7e7e7; */
    margin-top: 10px!important;
    margin-bottom: 30px!important;
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
	margin-top: 10px !important;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    /* background-color: #fff; */
    border: 0;
    float: left;
    /* width: 70%; */
    clear: none;
    border-radius: 0;
/*
    border-top: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    border-bottom: 1px solid whitesmoke;
*/
    /* border-color: whitesmoke!important; */
    min-height: 400px;
}
 .resp-tabs-list li {
	display: block;
	margin:  0;
	list-style: none;
	cursor: pointer;
	float: none;
	color: #000;
	border: none;
	padding: 15px 20px !important;
	/* font-size: 14px; */
	font-weight: 500;
	margin-right: 0;
	line-height: 24px;
	border-radius: 0;
	margin-bottom: 0 !important;
	margin:  0 !important;
	border-bottom: 0px solid #e6e6e6;
	border-color: #e6e6e6!important;
	border-left: 0px solid #e6e6e6!important;
}
/*#ChildVerticalTab_1  .resp-tabs-list li, #ChildVerticalTab_2  .resp-tabs-list li {
    border-bottom: 1px solid #d2d2d2!important;
    border-left: 1px solid #d2d2d2;
    border-right: 0px solid #d2d2d2;
    
}*/
 .resp-tabs-list li:last-child {
/*	border-bottom: 0 !important;*/
/*     background-color: #fff!important;*/
}
 .resp-tabs-list .resp-tab-active {
    margin-bottom: 0px !important;
    padding: 15px 20px !important;
    background-color: #fff !important;
    border-bottom: 0px solid #d2d2d2!important;
    border-top: 0px !important;
    border-left: 0px solid #e6e6e6!important;
    border-right: 0px !important;
}
 .resp-tabs-list li:hover {
	color: #000 !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
 .resp-tabs-list li span{
    display: block;
    font-weight: 400;
}
 .resp-tabs-list li .tabs-text{
    font-size: 16px;
    font-weight: 400;
}
 .resp-tabs-list li i {
    font-size: 16px;
    margin-right: 8px;
}

  h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-top: 12px;
	line-height: 3px;
	border-bottom: 1px solid #e6e6e6;
}

 .resp-tab-content {
    border: 0 !important;
    padding: 33px 30px;
    min-height: inherit;
    /* max-height: 600px; */
    /* overflow-y: overlay; */
}


/*
 p {
	color: #999;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}
*/

/*
=====================================================
--------------- 5. Tabs Responsive ------------------
=====================================================
*/


h2.resp-accordion {
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	padding: 25px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	background: #303030;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	line-height: 0px;
	cursor: pointer;
	padding: 10px 15px;
	border-left: 0 !important;
	border-right: 0 !important;
}
h2.resp-tab-active {
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 0 !important;
	padding: 25px 15px !important;
	background: rgb(255, 255, 255) !important;
	border-left: 0 !important;
	border-right: 0 !important;
	color: #142038;
}
h2.resp-accordion:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

h2.resp-accordion .tabs-text {
    position: relative;
    top: -5px;
    left: 10px;
    /* font-size: 15px; */
    display: block;
    color: #000;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
h2.resp-accordion .tabs-text-small {
    position: relative;
    top: 15px;
    left: 10px;
    font-size: 11px;
    display: block;
    color: #000;
    font-weight: 400;
    text-transform: lowercase;
    font-family: 'Lato', sans-serif;
}
h2.resp-tab-active .tabs-text, h2.resp-tab-active .tabs-text-small , h2.resp-tab-active .arrow-tabs{
    color: #000000;
}
.arrow-tabs {
    float: right;
    margin-top: -10px;
    font-size: 18px !important;
    color: #000;
}

h2.resp-accordion .fc_icons {
	font-size: 22px;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	width: 42px !important;
	height: 42px !important;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	line-height: 43px;
	background: #fff !important;
}



@media only screen and (max-width: 768px){
	.resp-vtabs .resp-tabs-container {
		border: none !important;
		float: none !important;
		width: 100% !important;
		min-height: 250px !important;
		clear: none !important;
	}
	.VerticalTab.tabs_ver_2.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_3.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_4.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_5.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_6.resp-vtabs .resp-tabs-container	{
		margin-left: 0;
	}
	
	h2.resp-accordion .tabs-text {
		font-size:16px;
	}

}